Matthias Clasen [Fri, 10 Jun 2005 04:25:33 +0000 (04:25 +0000)]
Doc fixes.
2005-06-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c (gtk_icon_view_set_margin):
* gtk/gtkicontheme.c (gtk_icon_info_load_icon):
* gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes.
Matthias Clasen [Fri, 10 Jun 2005 04:24:30 +0000 (04:24 +0000)]
Additions.
2005-06-10 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkmenubar.sgml:
* gtk/tmpl/gtkimage.sgml:
* gtk/tmpl/gtkfontsel.sgml:
* gtk/tmpl/gtkbbox.sgml:
* gtk/tmpl/gtkadjustment.sgml:
* gtk/tmpl/gtkaccelgroup.sgml:
* gtk/tmpl/gtkaboutdialog.sgml: Additions.
Matthias Clasen [Fri, 10 Jun 2005 03:59:40 +0000 (03:59 +0000)]
Add some symbols.
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/gdk-pixbuf-sections.txt: Add some symbols.
Matthias Clasen [Fri, 10 Jun 2005 03:53:45 +0000 (03:53 +0000)]
Add a section for the Cairo functions.
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gdk/gdk-sections.txt:
* gdk/tmpl/cairo_interaction.sgml:
* gdk/gdk-docs.sgml: Add a section for the Cairo functions.
Matthias Clasen [Fri, 10 Jun 2005 03:35:30 +0000 (03:35 +0000)]
Small markup fixes.
Matthias Clasen [Fri, 10 Jun 2005 03:17:00 +0000 (03:17 +0000)]
Add docs. (#306212, Steve Chaplin, docs provided by Billy Biggs)
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add docs.
(#306212, Steve Chaplin, docs provided by Billy Biggs)
Matthias Clasen [Thu, 9 Jun 2005 19:54:06 +0000 (19:54 +0000)]
Don't declare errno, including errno.h is enough. (#304164, Joerg
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* xdgmimemagic.c: Don't declare errno, including errno.h
is enough. (#304164, Joerg Sonnenberger)
Matthias Clasen [Thu, 9 Jun 2005 18:36:58 +0000 (18:36 +0000)]
Small cleanup. (#305539, Paolo Borelli)
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextbtree.c (_gtk_text_btree_char_is_invisible): Small
cleanup. (#305539, Paolo Borelli)
Rodrigo Moya [Thu, 9 Jun 2005 17:15:13 +0000 (17:15 +0000)]
added cairo to list of $GTK_PACKAGES.
2005-06-09 Rodrigo Moya <rodrigo@novell.com>
* configure.in: added cairo to list of $GTK_PACKAGES.
Matthias Clasen [Thu, 9 Jun 2005 17:13:58 +0000 (17:13 +0000)]
Update the user time on the window when a drop happens. (#169364,
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkdnd-x11.c (motif_drop_start, xdnd_drop_filter): Update
the user time on the window when a drop happens. (#169364, Alexander
Hunziker, patch by Elijah Newren)
Matthias Clasen [Thu, 9 Jun 2005 16:40:42 +0000 (16:40 +0000)]
Small markup fixes.
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkwindow-x11.c: Small markup fixes.
Matthias Clasen [Thu, 9 Jun 2005 06:08:25 +0000 (06:08 +0000)]
Updates
Matthias Clasen [Thu, 9 Jun 2005 06:07:57 +0000 (06:07 +0000)]
New function to scroll to a path. (#306838, Jonathan Blandford)
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkiconview.h:
* gtk/gtkiconview.c (gtk_icon_view_scroll_to_path): New function
to scroll to a path. (#306838, Jonathan Blandford)
Matthias Clasen [Wed, 8 Jun 2005 20:57:16 +0000 (20:57 +0000)]
Check for overflow. (#306394, Morten Welinder)
2005-06-08 Matthias Clasen <mclasen@redhat.com>
* io-pnm.c (pnm_read_next_value): Check for overflow.
(#306394, Morten Welinder)
Matthias Clasen [Wed, 8 Jun 2005 20:47:11 +0000 (20:47 +0000)]
Scroll to the item. (#306839, Jonathan Blandford)
2005-06-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c (gtk_icon_view_set_cursor): Scroll to the
item. (#306839, Jonathan Blandford)
Matthias Clasen [Wed, 8 Jun 2005 20:25:21 +0000 (20:25 +0000)]
Check for negative before appending the index, to avoid double error
2005-06-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreemodel.c (gtk_tree_path_new_from_string): Check for
negative before appending the index, to avoid double error
message. (#306393, Morten Welinder)
Matthias Clasen [Wed, 8 Jun 2005 20:14:03 +0000 (20:14 +0000)]
Don't crash if search_window is NULL. (#304914, Victor Osadci, testcase by
2005-06-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
Don't crash if search_window is NULL. (#304914, Victor Osadci,
testcase by Olaf Vitters)
Matthias Clasen [Wed, 8 Jun 2005 17:38:25 +0000 (17:38 +0000)]
Make the file property readable. (#170674, Lorenzo Gil Sanchez)
2005-06-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimage.c: Make the file property readable.
(#170674, Lorenzo Gil Sanchez)
Martin Willemoes Hansen [Wed, 8 Jun 2005 09:56:17 +0000 (09:56 +0000)]
Updated Danish translation.
* da.po: Updated Danish translation.
Priit Laes [Wed, 8 Jun 2005 08:54:27 +0000 (08:54 +0000)]
Translation updated by Ivar Smolin.
2005-06-08 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
Martin Willemoes Hansen [Wed, 8 Jun 2005 08:49:19 +0000 (08:49 +0000)]
Updated Danish translation.
* da.po: Updated Danish translation.
Matthias Clasen [Wed, 8 Jun 2005 05:24:11 +0000 (05:24 +0000)]
Use g_utf8_collate_key_for_filename().
2005-06-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilesystem.c (gtk_file_info_get_display_key): Use
g_utf8_collate_key_for_filename().
Kjartan Maraas [Tue, 7 Jun 2005 21:24:19 +0000 (21:24 +0000)]
Merge leak fix from stable. Bug 306754.
2005-06-07 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtkfilechooserbutton.c: (update_label_and_image):
Merge leak fix from stable. Bug 306754.
Vincent van Adrighem [Mon, 6 Jun 2005 16:47:37 +0000 (16:47 +0000)]
Translation updated by Tino Meinen.
2005-06-06 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
Tor Lillqvist [Sun, 5 Jun 2005 10:34:20 +0000 (10:34 +0000)]
Return NULL unless screen number is zero. We have only one screen on
2005-06-05 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkscreen-win32.c
(_gdk_windowing_substitute_screen_number): Return NULL unless
screen number is zero. We have only one screen on Win32.
(gdk_screen_make_display_name): Call gdk_display_get_name() and
return that.
Tor Lillqvist [Sat, 4 Jun 2005 22:08:50 +0000 (22:08 +0000)]
modules/engines/Makefile.am Decide whether to build the ms-windows theme
2005-06-05 Tor Lillqvist <tml@novell.com>
* modules/engines/Makefile.am
* modules/input/Makefile.am: Decide whether to build the
ms-windows theme engine based on the GDK backend, not based on
platform. (I.e., if building for Cygwin with the X11 backend, we
shouldn't build the ms-windows engine, but if building for Cygwin
but with the Win32 backend, we should.) Ditto for the IME
(Windows) input module. (#305832)
Tor Lillqvist [Sat, 4 Jun 2005 21:43:03 +0000 (21:43 +0000)]
gdk/win32/gdkcursor-win32.c gdk/win32/gdkwindow-win32.c Support
2005-06-04 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkcursor-win32.c
* gdk/win32/gdkwindow-win32.c
* gdk/win32/gdkprivate-win32.h: Support full-colour cursors.
Support cursors with alpha on XP. Use code in common with the
support for alpha icons that already was present. (#306101, Tim
Evans)
Tor Lillqvist [Sat, 4 Jun 2005 20:19:36 +0000 (20:19 +0000)]
Render insensitive icons in a way that more closely matches Windows.
2005-06-04 Tor Lillqvist <tml@novell.com>
* modules/engines/ms-windows/msw_style.c: Render insensitive icons
in a way that more closely matches Windows. (#305986, Tim Evans).
* modules/engines/ms-windows/Makefile.am (LDADDS): Link with
gdk-pixbuf.
Dom Lachowicz [Fri, 3 Jun 2005 19:54:03 +0000 (19:54 +0000)]
re-sync with gtk-wimp's cvs repository
Miloslav Trmac [Sun, 29 May 2005 12:18:57 +0000 (12:18 +0000)]
Updated Czech translation.
2005-05-29 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
Pawan Chitrakar [Sun, 29 May 2005 12:04:01 +0000 (12:04 +0000)]
update nepali tranlsation
Gustavo Noronha Silva [Fri, 27 May 2005 18:30:22 +0000 (18:30 +0000)]
- translation updated
* pt_BR.po:
- translation updated
Adam Weinberger [Fri, 27 May 2005 18:24:10 +0000 (18:24 +0000)]
Updated Canadian English translation.
2005-05-27 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
Matthias Clasen [Fri, 27 May 2005 15:52:19 +0000 (15:52 +0000)]
Accept the 108 byte header of BMP v4. (#168799)
2005-05-27 Matthias Clasen <mclasen@redhat.com>
* io-bmp.c: Accept the 108 byte header of BMP v4. (#168799)
Funda Wang [Fri, 27 May 2005 06:35:05 +0000 (06:35 +0000)]
Updated Simplified Chinese translation.
Manish Singh [Thu, 26 May 2005 23:43:44 +0000 (23:43 +0000)]
Add declarations for gtk_entry_completion_{get,set}_popup_single_match.
Thu May 26 16:43:27 2005 Manish Singh <yosh@gimp.org>
* gtk/gtkentrycompletion.h: Add declarations for
gtk_entry_completion_{get,set}_popup_single_match.
Matthias Clasen [Thu, 26 May 2005 20:37:28 +0000 (20:37 +0000)]
Add new entry completion functions.
2005-05-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-sections.txt: Add new entry completion functions.
Matthias Clasen [Thu, 26 May 2005 20:36:36 +0000 (20:36 +0000)]
Add a property to suppress the popup for single matches. (#154711)
2005-05-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkentrycompletion.c: Add a property to suppress the
popup for single matches. (#154711)
* gtk/gtkentry.c (gtk_entry_completion_timeout): Respect it here.
* gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_set_action):
Use it here.
Matthias Clasen [Thu, 26 May 2005 19:52:26 +0000 (19:52 +0000)]
Add credit
Matthias Clasen [Thu, 26 May 2005 19:49:51 +0000 (19:49 +0000)]
Queue the redisplay after modifying the tag in the btree, otherwise we end
2005-05-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextbtree.c (_gtk_text_btree_tag): Queue the
redisplay after modifying the tag in the btree, otherwise
we end up showing the old tags until the next redraw comes
around. (#143537, Gary Kramlich)
Alan Horkan [Thu, 26 May 2005 19:37:29 +0000 (19:37 +0000)]
*** empty log message ***
Matthias Clasen [Thu, 26 May 2005 17:26:29 +0000 (17:26 +0000)]
Make autoscrolling work at the bottom of the screen.
2005-05-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_list_auto_scroll): Make
autoscrolling work at the bottom of the screen.
Maciej Katafiasz [Thu, 26 May 2005 16:39:44 +0000 (16:39 +0000)]
I guess you should add changelog for your commits, right?
Sven Neumann [Thu, 26 May 2005 16:20:08 +0000 (16:20 +0000)]
use a less aggressive PNG compression level (bug #305340).
2005-05-26 Sven Neumann <sven@gimp.org>
* gtk/gtkselection.c (gtk_selection_data_set_pixbuf): use a less
aggressive PNG compression level (bug #305340).
Maciej Katafiasz [Thu, 26 May 2005 11:56:13 +0000 (11:56 +0000)]
Point to GtkTextView instead of GtkText. Fixes bug #305535
Tor Lillqvist [Thu, 26 May 2005 07:56:00 +0000 (07:56 +0000)]
If blitting from the root window, take the multi-monitor offset into
2005-05-26 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkdrawable-win32.c (_gdk_win32_blit): If blitting
from the root window, take the multi-monitor offset into
account. (#305511)
Matthias Clasen [Wed, 25 May 2005 20:01:47 +0000 (20:01 +0000)]
Set the window icon by name.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/appwindow.c (do_appwindow): Set the window
icon by name.
Matthias Clasen [Wed, 25 May 2005 19:40:21 +0000 (19:40 +0000)]
Add GdkPixbufSimplAnim functions.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/gdk-pixbuf-sections.txt: Add GdkPixbufSimplAnim
functions.
Matthias Clasen [Wed, 25 May 2005 19:39:35 +0000 (19:39 +0000)]
No need to expose the iter subclass at all in the headers.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf.symbols:
* gdk-pixbuf-simple-anim.[hc]: No need to expose the iter
subclass at all in the headers.
Matthias Clasen [Wed, 25 May 2005 19:33:35 +0000 (19:33 +0000)]
Add new files.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
* Makefile.am: Add new files.
* gdk-pixbuf.symbols: Add new api.
* gdk-pixbuf.h: Include gdk-pixbuf-simple-anim.h here.
* gdk-pixbuf-simple-anim.[hc]: Add a way to construct
simple animations out of pixbufs. (#135161, Dom Lachowicz)
Matthias Clasen [Wed, 25 May 2005 19:13:22 +0000 (19:13 +0000)]
Remove another C99ism.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilesystem.c (gtk_file_folder_is_finished_loading):
Remove another C99ism.
Adam Weinberger [Wed, 25 May 2005 18:08:13 +0000 (18:08 +0000)]
Updated Canadian English translation.
2005-05-25 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
Matthias Clasen [Wed, 25 May 2005 17:19:56 +0000 (17:19 +0000)]
Draw the background of rows insensitive when the treeview is insensitive.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_bin_expose): Draw the
background of rows insensitive when the treeview is insensitive.
(pointed out by Billy Biggs)
Matthias Clasen [Wed, 25 May 2005 15:22:43 +0000 (15:22 +0000)]
Demonstrate image copy-and-paste and DND, and clipboard persistency.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/clipboard.c: Demonstrate image copy-and-paste
and DND, and clipboard persistency.
Matthias Clasen [Wed, 25 May 2005 14:02:21 +0000 (14:02 +0000)]
Make sure png comes first, otherwise dnd may use bmp by default, loosing
2005-05-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkselection.c (gtk_target_list_add_image_targets):
Make sure png comes first, otherwise dnd may use bmp by
default, loosing transparency.
Kjartan Maraas [Wed, 25 May 2005 11:22:13 +0000 (11:22 +0000)]
Update Update
2005-05-25 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Update
* no.po: Update
Michael Natterer [Wed, 25 May 2005 10:22:37 +0000 (10:22 +0000)]
block the text_layout's "changed" handler when changing cursor visibility
2005-05-25 Michael Natterer <mitch@imendio.com>
* gtk/gtktextview.c (blink_cb): block the text_layout's "changed"
handler when changing cursor visibility because it would expose
the whole paragraph where the cursor is. Instead, expose the
cursors' areas manually. (#173047).
(text_window_invalidate_cursors): new function which exposes the
cursors.
* gtk/gtkstyle.c (draw_insertion_cursor): added comment that the
same cursor size calculation is in text_window_invalidate_cursors().
Matthias Clasen [Wed, 25 May 2005 06:28:30 +0000 (06:28 +0000)]
Also demonstrate GtkCellRendererProgress.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/editable_cells.c (create_items_model): Also
demonstrate GtkCellRendererProgress.
Matthias Clasen [Wed, 25 May 2005 06:15:19 +0000 (06:15 +0000)]
Add a demo showing combo box variations.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/Makefile.am (demos):
* demos/gtk-demo/combobox.c: Add a demo showing combo box
variations.
Matthias Clasen [Wed, 25 May 2005 04:09:20 +0000 (04:09 +0000)]
Add a demo showing all picker widgets.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/Makefile.am (demos):
* demos/gtk-demo/pickers.c: Add a demo showing all picker widgets.
Matthias Clasen [Wed, 25 May 2005 03:14:53 +0000 (03:14 +0000)]
Fix a typo.
2005-05-24 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/iconview.c (do_iconview): Fix a typo.
Tor Lillqvist [Tue, 24 May 2005 17:49:15 +0000 (17:49 +0000)]
Handle gtk-alternative-button-order (setting it to TRUE).
2005-05-24 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Handle
gtk-alternative-button-order (setting it to TRUE).
Sven Neumann [Tue, 24 May 2005 17:09:56 +0000 (17:09 +0000)]
allow to specify the PNG compression level by passing a "compression"
2005-05-24 Sven Neumann <sven@gimp.org>
* io-png.c: allow to specify the PNG compression level by passing
a "compression" parameter to the PNG save function (bug #305337).
* gdk-pixbuf-io.c (gdk_pixbuf_save): document the new parameter.
Christian Rose [Mon, 23 May 2005 21:48:31 +0000 (21:48 +0000)]
Updated Swedish translation.
2005-05-23 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
Matthias Clasen [Mon, 23 May 2005 21:03:15 +0000 (21:03 +0000)]
Remove an unused variable. (#305130, Jaap A. Haitsma)
2005-05-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_search_init): Remove
an unused variable. (#305130, Jaap A. Haitsma)
Matthias Clasen [Mon, 23 May 2005 16:45:57 +0000 (16:45 +0000)]
Don't grab the focus away from the file list when operating the filter
2005-05-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (filter_create): Don't grab
the focus away from the file list when operating the filter
combo with the pointer. (#304844, Sven Neumann)
Tor Lillqvist [Sun, 22 May 2005 22:28:39 +0000 (22:28 +0000)]
Map VK_APPS to GDK_Menu. (#172383, Ivan Wong)
2005-05-23 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkkeys-win32.c (handle_special): Map VK_APPS to
GDK_Menu. (#172383, Ivan Wong)
Tor Lillqvist [Sun, 22 May 2005 21:30:15 +0000 (21:30 +0000)]
Typo.
Tor Lillqvist [Sun, 22 May 2005 21:23:45 +0000 (21:23 +0000)]
If the keysym isn't one of the special cases this function takes care of,
2005-05-23 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkkeys-win32.c (handle_dead): If the keysym isn't one
of the special cases this function takes care of, us it as
such. This takes care of for instance the Bengali Virama, see bug
#165723.
Miloslav Trmac [Sun, 22 May 2005 11:32:57 +0000 (11:32 +0000)]
Updated Czech translation.
2005-05-22 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
Matthias Clasen [Sat, 21 May 2005 01:07:47 +0000 (01:07 +0000)]
Forgotten file.
Matthias Clasen [Sat, 21 May 2005 01:05:14 +0000 (01:05 +0000)]
Fix a C99ism
Matthias Clasen [Fri, 20 May 2005 22:40:53 +0000 (22:40 +0000)]
Don't rely on C99 types. (#304924, John Ehresman)
2005-05-20 Matthias Clasen <mclasen@redhat.com>
* xdgmimecache.c: Don't rely on C99
types. (#304924, John Ehresman)
Matthias Clasen [Fri, 20 May 2005 21:04:51 +0000 (21:04 +0000)]
Avoid a possible buffer overrun. (#142444, Leonard Michlmayr)
2005-05-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimcontextsimple.c (check_table): Avoid a possible
buffer overrun. (#142444, Leonard Michlmayr)
Matthias Clasen [Fri, 20 May 2005 16:35:19 +0000 (16:35 +0000)]
Remove C99-isms (#304879, Kazuki IWAMOTO)
2005-05-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilesystem.c: Remove C99-isms (#304879,
Kazuki IWAMOTO)
Matthias Clasen [Fri, 20 May 2005 14:33:38 +0000 (14:33 +0000)]
Add a warning
Matthias Clasen [Fri, 20 May 2005 05:10:27 +0000 (05:10 +0000)]
Fix an example. (#304808, Ghorban M. Tavakoly)
2005-05-20 Matthias Clasen <mclasen@redhat.com>
* gtk/migrating-GtkAction.sgml: Fix an example. (#304808,
Ghorban M. Tavakoly)
Mohammad DAMT [Thu, 19 May 2005 19:17:09 +0000 (19:17 +0000)]
Updated Indonesian translation
2005-05-19 Mohammad DAMT <mdamt@gnome.org>
* id.po: Updated Indonesian translation
Adam Weinberger [Thu, 19 May 2005 18:41:31 +0000 (18:41 +0000)]
Updated Canadian English translation.
2005-05-19 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
Mohammad DAMT [Thu, 19 May 2005 00:15:04 +0000 (00:15 +0000)]
Updated Indonesian translation.
2005-05-18 Mohammad DAMT <mdamt@gnome.org>
* id.po: Updated Indonesian translation.
Matthias Clasen [Wed, 18 May 2005 21:00:44 +0000 (21:00 +0000)]
Use the correct function to conver the uri to a path. (#304565, Ismael
2005-05-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooser.c (gtk_file_chooser_remove_shortcut_folder_uri):
Use the correct function to conver the uri to a path. (#304565,
Ismael Juma)
Matthias Clasen [Wed, 18 May 2005 20:34:30 +0000 (20:34 +0000)]
Handle the Cancel button properly. (#304234, Sven Neumann)
2005-05-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c (dialog_response_cb): Handle the
Cancel button properly. (#304234, Sven Neumann)
Mohammad DAMT [Wed, 18 May 2005 19:29:37 +0000 (19:29 +0000)]
Updated Indonesian translation
2005-05-18 Mohammad DAMT <mdamt@gnome.org>
* id.po: Updated Indonesian translation
Anders Carlsson [Wed, 18 May 2005 17:10:46 +0000 (17:10 +0000)]
If the horizontal adjustment changes because of a change in the layout
2005-05-18 Anders Carlsson <andersca@imendio.com>
* gtk/gtktextview.c: (gtk_text_view_flush_scroll),
(gtk_text_view_update_adjustments), (gtk_text_view_value_changed):
* gtk/gtktextview.h:
If the horizontal adjustment changes because of a change in the
layout width, then do a complete redraw. This is because there
might be right-aligned or centered text that needs to be redrawn.
Matthias Clasen [Wed, 18 May 2005 16:52:30 +0000 (16:52 +0000)]
Try harder to set the event masks of descendent windows. (#169821, Tommi
2005-05-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_add_events): Try harder to set
the event masks of descendent windows. (#169821, Tommi Komulainen)
Matthias Clasen [Wed, 18 May 2005 16:32:38 +0000 (16:32 +0000)]
Fix some errors in the handling of drop columns. (#143355, John Finlay)
2005-05-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_get_drop_column)
(gtk_tree_view_set_column_drag_info): Fix some errors in the
handling of drop columns. (#143355, John Finlay)
Matthias Clasen [Wed, 18 May 2005 16:22:20 +0000 (16:22 +0000)]
Remove the no longer needed workaround.
2005-05-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
Remove the no longer needed workaround.
Matthias Clasen [Wed, 18 May 2005 15:24:01 +0000 (15:24 +0000)]
Add a bug reference
Tor Lillqvist [Wed, 18 May 2005 14:53:00 +0000 (14:53 +0000)]
gdk/win32/gdkevents-win32.c gdk/win32/gdkkeys-win32.c Check the
2005-05-18 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkevents-win32.c
* gdk/win32/gdkkeys-win32.c
* gdk/win32/gdkprivate-win32.h: Check the KF_EXTENDED bit in
lParam of WM_KEY* messages to distinguish between left and right
Control and Alt keys. Unfortunately, the right Shift key doesnt
set KF_EXTENDED, so to distinguish between left and right Shift
keys, check the scan code. (#304584)
Matthias Clasen [Wed, 18 May 2005 14:46:14 +0000 (14:46 +0000)]
Warn if length overflows. (#161520, Ian Wienand)
2005-05-18 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkproperty-x11.c (gdk_property_get): Warn if
length overflows. (#161520, Ian Wienand)
Matthias Clasen [Wed, 18 May 2005 14:35:53 +0000 (14:35 +0000)]
Fix parameter names to make gtk-doc happy.
2005-05-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name): Fix
parameter names to make gtk-doc happy.
Matthias Clasen [Wed, 18 May 2005 14:34:32 +0000 (14:34 +0000)]
Fix the markup
Matthias Clasen [Wed, 18 May 2005 13:18:17 +0000 (13:18 +0000)]
Fix the default values of draw-value and value-pos to be the values we
2005-05-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkscale.c (gtk_scale_class_init): Fix the default
values of draw-value and value-pos to be the values we
actually use in _init. (#304547, Mikael Hallendal)
Matthias Clasen [Wed, 18 May 2005 06:13:42 +0000 (06:13 +0000)]
Support named icons in cells by adding a icon-name property. (#165777,
2005-05-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrendererpixbuf.c: Support named icons in
cells by adding a icon-name property. (#165777, Anders
Carlsson)
Matthias Clasen [Wed, 18 May 2005 05:38:50 +0000 (05:38 +0000)]
Support named icons in tool buttons by adding a icon-name property.
2005-05-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtktoolbutton.h:
* gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name)
(gtk_tool_button_get_icon_name): Support named icons in
tool buttons by adding a icon-name property.
Matthias Clasen [Wed, 18 May 2005 05:23:59 +0000 (05:23 +0000)]
New functions to support themed drag icons. (#116577, Christian Neumair)
2005-05-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkdnd.h:
* gtk/gtkdnd.c (gtk_drag_source_set_icon_name)
(gtk_drag_set_icon_name): New functions to support themed
drag icons. (#116577, Christian Neumair)
Owen Taylor [Tue, 17 May 2005 17:35:22 +0000 (17:35 +0000)]
Update to changed cairo interface.
2005-05-17 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdrawable-x11.c (gdk_x11_ref_cairo_surface):
Update to changed cairo interface.
* gdk/x11/gdkdrawable-x11.[ch]:
Add _gdk_x11_drawable_update_size()
* gdk/x11/gdkwindow-x11.c (gdk_window_resize)
(gdk_window_move_resize)
* gdk/x11/gdkevents-x11.c (gdk_event_translate):
Call _gdk_x11_drawable_update_size().
Matthias Clasen [Tue, 17 May 2005 06:18:14 +0000 (06:18 +0000)]
Don't blink the cursor if the text view is not editable.
2005-05-17 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextview.c (cursor_blinks): Don't blink the cursor
if the text view is not editable.
Matthias Clasen [Tue, 17 May 2005 05:41:34 +0000 (05:41 +0000)]
Keep the popup posted if the button is released over the cellview. This
2005-05-17 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_list_button_released): Keep
the popup posted if the button is released over the cellview.
This matches the behaviour of other combo box implementations.
(#171378)
Matthias Clasen [Tue, 17 May 2005 05:17:08 +0000 (05:17 +0000)]
Adjust offsets when recursing. (#153682, Felipe Heidrich)
2005-05-17 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkwindow.c (gdk_window_set_bg_pattern): Adjust offsets
when recursing. (#153682, Felipe Heidrich)